#
# HoI - Namibian Events
#
#		written by Quetzalcoatl
#

# Schutztruppen
#########################################################################
event = {
	id = 91317
	random = no
	country = NAM

	trigger = {
		control = { province = 1110 data = NAM } 
		NOT = { atwar = GER }
		puppet = { country = NAM country = GER }
	}

	name = "EVT_91317_NAME"
	desc = "EVT_91317_DESC"
	picture = "News_paper"
	style = 0

	date = { day = 1 month = january year = 1940 }
	offset = 45
	deathdate = { day = 30 month = december year = 1963 }

	action_a = {
		ai_chance = 98
		name = "ACTIONNAME91317A"
		command = { type = headofstate which = 570021 }
		command = { type = headofgovernment which = 570022 }
		command = { type = waketeam which = 12305 }
		command = { type = trigger which = 91318 }
		command = { type = ai which = "nam_1936.ai" }
	}

	action_b = {
		ai_chance = 2
		name = "ACTIONNAME91317B"
		command = { type = headofstate which = 570021 }
		command = { type = headofgovernment which = 570022 }
		command = { type = domestic which = free_market value = 1 }
		command = { type = waketeam which = 12305 }
		command = { type = sleepevent which = 91318 }
		command = { type = ai which = "nam_1936.ai" }
	}
}

# Namb bnyaipar
#########################################################################
event = {
	id = 91319
	random = no
	country = NAM

	# Triggered by GER 91318

	name = "EVT_91319_NAME"
	desc = "EVT_91319_DESC"
	picture = "News_paper"
	style = 0

	#date = { day = 1 month = january year = 1940 }
	#offset = 45
	#deathdate = { day = 30 month = december year = 1963 }

	action_a = {
		ai_chance = 100
		name = "ACTIONNAME91319A"
		command = { type = add_prov_resource which = 1110 value = 2 where = energy }
		command = { type = add_prov_resource which = 1110 value = 8 where = metal }
		command = { type = add_prov_resource which = 1108 value = 2 where = rare_materials } #gymnt
		command = { type = construct which = IC where = 1110 value = 1 }
		command = { type = construct which = naval_base where = 1108 value = 1 }
		command = { type = add_team_skill which = 12304 value = 2 }
		command = { type = money value = -200 }
		command = { type = construct which = infrastructure where = 1108 value = 10 } #Kikt
		command = { type = construct which = infrastructure where = 1110 value = 10 }
		#command = { type = domestic which = free_market value = -1 }
	}
}